Read a series of search filters from disk files.
C#
public long ReadMultiple(
ref String filtersToRead
);
Remarks
List the paths of the search filters to read, separated by spaces, with the paths in quotation marks, like this:
"c:\folder\a.dat" "c:\folder\b.dat"
The filters will be combined with "OR", so a document selected by any of the listed filters will be selected by the result of the ReadMultiple operation.
See Also